home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "Back Button Glow"
- set the text of member "rollover text" to "Click here to exit the Imagine Try Before You Buy Store."
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "Back Button"
- set the text of member "rollover text" to EMPTY
- end
-
- on mouseDown me
- puppetSound(0)
- puppetSound(1, 0)
- puppetSound(2, 0)
- go(1, "main")
- end
-